Skip to main content
Feedback

Chart.yaml

The Chart.yaml defines the application metadata and optional dependencies.

important

Do not edit the Chart.yaml file.

In LE v6.2.0

note

This section applies only to the Chart.yaml in Boomi Cloud API Management - Local Edition (LE) version 6.2.0.

Key (full path in dot notation)NotesData typeDefault value
apiVersionThe version of the Helm Chart API.Stringv2
nameName of the chart.StringAPIM-LE
version

A Semantic Versioning 2.0.0 (SemVer2) notation of the Chart version.

Do not use quotes.

SemVer notation x.y.z6.2.0
appVersionThe version of an application being deployed. It does not need to be Semantic Versioning (SemVer).String1.2.0
typeAn optional value describing the type of the chart.Enum (application, library)application
descriptionA text describing the chart and the application that is encapsulated in the chart. You can optionally modify this value.StringA Helm Chart for Local Edition.

In LE v6.1.0

note

This section applies only to the Chart.yaml file in Boomi Cloud API Management - Local Edition (LE) version 6.1.0.

Key (full path in dot notation)NotesData typeDefault value
apiVersionThe version of the Helm Chart API.Stringv2
nameName of the chart.StringAPIM-LE
version

A Semantic Versioning 2.0.0 (SemVer2) notation of the Chart version.

Do not use quotes.

SemVer notation  x.y.z6.1.0
appVersionThe version of an application being deployed. It does not need to be Semantic Versioning (SemVer).String1.1.0
typeAn optional value describing the type of the chart.Enum (application, library)application
descriptionA text describing the chart and the application that is encapsulated in the chart. You can optionally modify this value.StringA Helm Chart for Local Edition.

In LE v6.0.0

note

This section applies only to the Chart.yaml file in Boomi Cloud API Management - Local Edition (LE) version 6.0.0.

Key (full path in dot notation)NotesData typeDefault value
apiVersionThe version of the Helm Chart API.Stringv2
nameName of the chart.StringAPIM-LE
version

A Semantic Versioning 2.0.0 (SemVer2) notation of the Chart version.

Do not use quotes.

SemVer notation  x.y.z6.0.0
appVersionThe version of an application being deployed. It does not need to be Semantic Versioning (SemVer).String1.0.0
typeAn optional value describing the type of the chart.Enum (application, library)application
descriptionA text describing the chart and the application that is encapsulated in the chart. You can optionally modify this value.StringA Helm Chart for Local Edition.
On this Page